.container-footer {
  width: 97%;
  background: #101010;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  padding: 20px;
  margin: auto;
}

.copyright {
  color: #c7c7c7;
}

.informaticion {
  text-decoration: none;
  color: #fff;
}

.informaticion a {
  color: #fff;
  text-decoration: none;
}
